Create tuple of three or more dimensions

To create tuple that contains members from two different dimensions where none i measure dimension

or to create tuples of more then two dimensions al you have to do just place them inside row or column data area

in order you need it.

 

For example.

                We want to create tuple of three dimensions where this will be combination of members

 

                USA                       Food                      1999

USA                  Drink                      1999

Canada             Food                      2000

 

Result should look like this

 

               

To achieve this goal just place members in exactly same order you saw in upper table:

 

 

Tuples will be created by order:

 

First member from first dimension (Country)

First member from second dimension (Products),

First member from third dimension (Time)

 

Second member from first dimension (Country)

Second member from second dimension (Products),

Second member from third dimension (Time)

 

               

 

n-th member from first dimension (Country)

n-th member from second dimension (Products),

n-th member from third dimension (Time)

 

                NOTE: There must be exactly same number of members from all dimensions.

 

Use icon Set and select

                Create Tuple

and finish your work.